home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 1.iso / util / fi21_a.zip / 15TO20.TXT < prev    next >
Text File  |  1995-02-14  |  544b  |  27 lines

  1.  
  2. What is 15to20.exe?
  3. ===================
  4.  
  5. It converts (well, partially) install.inf generated by v1.5 to v2.0.
  6.  
  7.  
  8. How to use it?
  9. ==============
  10.  
  11. 1. Go to the v2.0 constructor.
  12.  
  13. 2. Create a new project (File | New). Suppose you put it in c:\newprj.
  14.  
  15. 3. Save the project immediately.
  16.  
  17. 4. Quit the constructor.
  18.  
  19. 5. Copy your v1.5 install.inf to c:\newprj:
  20.  
  21.          c:\>copy c:\oldprj\install.inf c:\newprj\install.v15
  22.  
  23. 6. Merge install.inf (generated by v2.0) and install.v15:
  24.  
  25.          c:\>15to20 c:\newprj\install.v15
  26.  
  27.